home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if not count(the windowList) then
- doRollover(31, 2)
- end if
- end
-
- on mouseLeave
- if not count(the windowList) then
- doRollout(31)
- end if
- end
-
- on mouseUp
- global P2SETUP, THESETUP, HELPMANUAL, M2SETUP, TEXTDISPLAY
- glowClear()
- doClick()
- cursor(0)
- set THESETUP to P2SETUP
- set HELPMANUAL to M2SETUP
- set TEXTDISPLAY to "TEXT2"
- set the text of member "Help text display" to the text of member "HELP2"
- go("Prog2")
- end
-